﻿2026-06-04T00:32:38.2285869Z ##[group]Run actions/checkout@v4
2026-06-04T00:32:38.2287231Z with:
2026-06-04T00:32:38.2287995Z   repository: SaberMage/spt-core
2026-06-04T00:32:38.2297456Z   token: ***
2026-06-04T00:32:38.2298185Z   ssh-strict: true
2026-06-04T00:32:38.2298967Z   ssh-user: git
2026-06-04T00:32:38.2299905Z   persist-credentials: true
2026-06-04T00:32:38.2300797Z   clean: true
2026-06-04T00:32:38.2301582Z   sparse-checkout-cone-mode: true
2026-06-04T00:32:38.2302509Z   fetch-depth: 1
2026-06-04T00:32:38.2303269Z   fetch-tags: false
2026-06-04T00:32:38.2304037Z   show-progress: true
2026-06-04T00:32:38.2304824Z   lfs: false
2026-06-04T00:32:38.2305544Z   submodules: false
2026-06-04T00:32:38.2306351Z   set-safe-directory: true
2026-06-04T00:32:38.2307868Z ##[endgroup]
2026-06-04T00:32:38.3502064Z Syncing repository: SaberMage/spt-core
2026-06-04T00:32:38.3505429Z ##[group]Getting Git version info
2026-06-04T00:32:38.3506740Z Working directory is '/home/runner/work/spt-core/spt-core'
2026-06-04T00:32:38.3510279Z [command]/usr/bin/git version
2026-06-04T00:32:38.3578617Z git version 2.54.0
2026-06-04T00:32:38.3606872Z ##[endgroup]
2026-06-04T00:32:38.3623659Z Temporarily overriding HOME='/home/runner/work/_temp/b11c6faa-aa97-48bf-8aee-0dbc0505ab10' before making global git config changes
2026-06-04T00:32:38.3628396Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T00:32:38.3643154Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/spt-core/spt-core
2026-06-04T00:32:38.3692098Z Deleting the contents of '/home/runner/work/spt-core/spt-core'
2026-06-04T00:32:38.3698261Z ##[group]Initializing the repository
2026-06-04T00:32:38.3703653Z [command]/usr/bin/git init /home/runner/work/spt-core/spt-core
2026-06-04T00:32:38.3802872Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-04T00:32:38.3806233Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-06-04T00:32:38.3810316Z hint: to use in all of your new repositories, which will suppress this warning,
2026-06-04T00:32:38.3813127Z hint: call:
2026-06-04T00:32:38.3814856Z hint:
2026-06-04T00:32:38.3817126Z hint: 	git config --global init.defaultBranch <name>
2026-06-04T00:32:38.3819528Z hint:
2026-06-04T00:32:38.3821917Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-04T00:32:38.3825181Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-04T00:32:38.3827901Z hint:
2026-06-04T00:32:38.3829630Z hint: 	git branch -m <name>
2026-06-04T00:32:38.3832916Z hint:
2026-06-04T00:32:38.3834702Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-06-04T00:32:38.3837639Z Initialized empty Git repository in /home/runner/work/spt-core/spt-core/.git/
2026-06-04T00:32:38.3842801Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-core
2026-06-04T00:32:38.3877819Z ##[endgroup]
2026-06-04T00:32:38.3880448Z ##[group]Disabling automatic garbage collection
2026-06-04T00:32:38.3883856Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T00:32:38.3914311Z ##[endgroup]
2026-06-04T00:32:38.3918066Z ##[group]Setting up auth
2026-06-04T00:32:38.3922552Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T00:32:38.3956848Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T00:32:38.4310678Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T00:32:38.4341097Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T00:32:38.4531470Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T00:32:38.4559285Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T00:32:38.4773640Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T00:32:38.4801125Z ##[endgroup]
2026-06-04T00:32:38.4803919Z ##[group]Fetching the repository
2026-06-04T00:32:38.4812802Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0067170f7f1b96c3b651065e354aad0f6568abc8:refs/remotes/origin/dev-freeform
2026-06-04T00:32:39.2852082Z From https://github.com/SaberMage/spt-core
2026-06-04T00:32:39.2853633Z  * [new ref]         0067170f7f1b96c3b651065e354aad0f6568abc8 -> origin/dev-freeform
2026-06-04T00:32:39.2887674Z ##[endgroup]
2026-06-04T00:32:39.2888957Z ##[group]Determining the checkout info
2026-06-04T00:32:39.2890531Z ##[endgroup]
2026-06-04T00:32:39.2895839Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T00:32:39.2946154Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T00:32:39.2971142Z ##[group]Checking out the ref
2026-06-04T00:32:39.2975850Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T00:32:39.3136233Z Switched to a new branch 'dev-freeform'
2026-06-04T00:32:39.3148245Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T00:32:39.3150733Z ##[endgroup]
2026-06-04T00:32:39.3187350Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T00:32:39.3210580Z 0067170f7f1b96c3b651065e354aad0f6568abc8
